home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineSprite_91 / frame_10 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  117 b   |  10 lines

  1. if(arrowsOn)
  2. {
  3.    arrowsOn = "0";
  4.    tellTarget("../")
  5.    {
  6.       gotoAndStop("hide");
  7.       play();
  8.    }
  9. }
  10.